home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / EMULATOR / HP11.SPK / !HP11 / !Help < prev    next >
Text File  |  1991-04-24  |  2KB  |  71 lines

  1.  
  2.                HP11C Calculator
  3.                ================
  4.  
  5. This is Archimedes version 1.0, based on the code of
  6. Amiga version 1.01 by David Gay. 
  7.  
  8. This program emulates an HP11C calculator. Everything
  9. is there, including the program mode (with the
  10. instructions displayed as usual, as numbers...). By
  11. default, it's even as slow.  It multitasks under
  12. RISC-OS, except in fast program mode, where it hogs the
  13. processor - but not usually for very long ! (and
  14. not when it's PAUSEd, even in fast mode).
  15.  
  16. Usage
  17. -----
  18. The application is installed on the icon-bar by double
  19. clicking.  Only one HP11C may be started from each copy
  20. on the icon-bar.  The following menu options are
  21. available by clicking the menu button over the HP11C:
  22.  
  23.  Stack          Displays the stack contents 
  24.  Save > Status  Save calculator status and program
  25.  Save > Program Save program listing
  26.  Save > Display Enables the display to be "pasted"
  27.  Reset          Clear HP11 memory (equivalent to ON -)
  28.  Speed
  29.    Slow         Program's execute at HP11C speed
  30.    Fast         Program's execute faster ...
  31.  Radix
  32.    Point        Select UK/USA format for numbers
  33.    Comma        Select European format for numbers
  34.  
  35. Saved Status files (or Status files from another
  36. copy running at the same time) can be loaded by
  37. dragging the relevant icon to the icon bar or into
  38. the window.
  39.  
  40. Some details are given in file doc.quick; for more,
  41. especially concerning HP11C programming, refer to HP's
  42. manual.
  43.  
  44.  
  45. Miscellaneous
  46. -------------
  47. Please send all bug reports to CRF; suggestions for
  48. enhancements etc. to either of us.
  49.  
  50. This program is placed in the public domain.
  51.  
  52. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  53. Original code:
  54. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. David Gay
  56.   "(p.suiv :=: q.prec.suiv).prec :=: q.prec"
  57.   You don't want to know about this language !
  58.  
  59. GAY@ELMA.EPFL.CH, or GAY%ELMA.EPFL.CH@CLSEPF51.bitnet
  60.  
  61. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  62. Port to Archimedes:
  63. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  64. Richard Francis
  65.  
  66. RFRANCIS@ESTEC.BITNET
  67. ESTCS1::RFRANCIS
  68. ESTERS::FRANCIS
  69.  
  70. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  71.